home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 October / CHIP Turkiye Ekim 2000.iso / prog / share / 39 / _SETUP.1 / Qimage.exe / 0 / RCDATA / TFORM27 / TFORM27.txt
Text File  |  2000-07-30  |  4KB  |  174 lines

  1. object Form27: TForm27
  2.   Left = 334
  3.   Top = 107
  4.   Width = 434
  5.   Height = 228
  6.   Caption = 'Information Stamp'
  7.   Color = clBtnFace
  8.   Font.Charset = ANSI_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   OldCreateOrder = False
  15.   PixelsPerInch = 120
  16.   TextHeight = 16
  17.   object GroupBox1: TGroupBox
  18.     Left = 10
  19.     Top = 10
  20.     Width = 168
  21.     Height = 178
  22.     Caption = 'Image Information'
  23.     TabOrder = 0
  24.     object CheckBox1: TCheckBox
  25.       Left = 10
  26.       Top = 20
  27.       Width = 80
  28.       Height = 21
  29.       Caption = 'Filename'
  30.       TabOrder = 0
  31.     end
  32.     object CheckBox2: TCheckBox
  33.       Left = 10
  34.       Top = 79
  35.       Width = 149
  36.       Height = 21
  37.       Caption = 'Camera make/model'
  38.       TabOrder = 1
  39.     end
  40.     object CheckBox3: TCheckBox
  41.       Left = 10
  42.       Top = 39
  43.       Width = 80
  44.       Height = 21
  45.       Caption = 'File size'
  46.       TabOrder = 2
  47.     end
  48.     object CheckBox4: TCheckBox
  49.       Left = 10
  50.       Top = 59
  51.       Width = 149
  52.       Height = 21
  53.       Caption = 'Res (x,y), ISO, #bits'
  54.       TabOrder = 3
  55.     end
  56.     object CheckBox5: TCheckBox
  57.       Left = 10
  58.       Top = 98
  59.       Width = 119
  60.       Height = 21
  61.       Caption = 'Image date/time'
  62.       Checked = True
  63.       State = cbChecked
  64.       TabOrder = 4
  65.     end
  66.     object CheckBox6: TCheckBox
  67.       Left = 10
  68.       Top = 118
  69.       Width = 129
  70.       Height = 21
  71.       Caption = 'f-number/shutter'
  72.       Checked = True
  73.       State = cbChecked
  74.       TabOrder = 5
  75.     end
  76.     object CheckBox7: TCheckBox
  77.       Left = 10
  78.       Top = 138
  79.       Width = 109
  80.       Height = 21
  81.       Caption = 'Flash on/off'
  82.       Checked = True
  83.       State = cbChecked
  84.       TabOrder = 6
  85.     end
  86.   end
  87.   object GroupBox2: TGroupBox
  88.     Left = 187
  89.     Top = 10
  90.     Width = 218
  91.     Height = 80
  92.     Caption = 'Position'
  93.     TabOrder = 1
  94.     object RadioButton1: TRadioButton
  95.       Left = 10
  96.       Top = 20
  97.       Width = 80
  98.       Height = 21
  99.       Caption = 'Upper left'
  100.       TabOrder = 0
  101.     end
  102.     object RadioButton2: TRadioButton
  103.       Left = 108
  104.       Top = 20
  105.       Width = 100
  106.       Height = 21
  107.       Caption = 'Upper right'
  108.       TabOrder = 1
  109.     end
  110.     object RadioButton3: TRadioButton
  111.       Left = 10
  112.       Top = 49
  113.       Width = 90
  114.       Height = 21
  115.       Caption = 'Lower left'
  116.       TabOrder = 2
  117.     end
  118.     object RadioButton4: TRadioButton
  119.       Left = 108
  120.       Top = 49
  121.       Width = 100
  122.       Height = 21
  123.       Caption = 'Lower right'
  124.       Checked = True
  125.       TabOrder = 3
  126.       TabStop = True
  127.     end
  128.   end
  129.   object BitBtn1: TBitBtn
  130.     Left = 256
  131.     Top = 98
  132.     Width = 92
  133.     Height = 29
  134.     Caption = 'Font'
  135.     TabOrder = 2
  136.     OnClick = BitBtn1Click
  137.     Glyph.Data = {
  138.       76010000424D7601000000000000760000002800000020000000100000000100
  139.       04000000000000010000130B0000130B00001000000000000000000000000000
  140.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  141.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  142.       3333333333333333333333333333333333333333FFF33FFFFF33333300033000
  143.       00333337773377777333333330333300033333337FF33777F333333330733300
  144.       0333333377FFF777F33333333700000073333333777777773333333333033000
  145.       3333333337FF777F333333333307300033333333377F777F3333333333703007
  146.       33333333377F7773333333333330000333333333337777F33333333333300003
  147.       33333333337777F3333333333337007333333333337777333333333333330033
  148.       3333333333377333333333333333033333333333333733333333333333333333
  149.       3333333333333333333333333333333333333333333333333333}
  150.     NumGlyphs = 2
  151.   end
  152.   object BitBtn2: TBitBtn
  153.     Left = 325
  154.     Top = 158
  155.     Width = 92
  156.     Height = 30
  157.     Caption = 'Ok'
  158.     TabOrder = 3
  159.     OnClick = BitBtn2Click
  160.     Kind = bkOK
  161.   end
  162.   object FontDialog1: TFontDialog
  163.     Font.Charset = DEFAULT_CHARSET
  164.     Font.Color = clLime
  165.     Font.Height = -13
  166.     Font.Name = 'MS Sans Serif'
  167.     Font.Style = []
  168.     MinFontSize = 0
  169.     MaxFontSize = 0
  170.     Left = 304
  171.     Top = 88
  172.   end
  173. end
  174.